Welcome![Sign In][Sign Up]
Location:
Search - matrix multiplication

Search list

[MPImm_mpi_2.f90

Description: 用MPI在fortran下 三维矩阵相乘的并行实现-with MPI in fortran three-dimensional matrix multiplication, the parallel implementation
Platform: | Size: 3072 | Author: 段宾 | Hits:

[Process-Threadmpichbingxingdiama0711

Description: 基于cannon算法的MPI环境的并行程序原代码 能够计算超大型矩阵相乘,本人的毕业设计 绝对经典-cannon algorithm based on the environment of MPI parallel programming code to calculate the original super matrix multiplication. I graduated from the absolute classic design
Platform: | Size: 283648 | Author: jiafanbing | Hits:

[OtherSimpleDataStruct

Description: 小弟初学者,简单数据结构: 包括单链表逆置,对陈矩阵相乘,分解单链表,分块查找,交换左右自述,模式匹配,二叉排序树、删除子串,冒泡排序等-younger beginners, a simple data structure : single-chain including inverse home, Chen matrix multiplication, single-chain decomposition. Search Block, exchange around the readme, pattern matching, binary tree sort, delete substring, Bubble ranking
Platform: | Size: 91136 | Author: HuiCong | Hits:

[Data structsmatrix_compute_signal_processing

Description: 讨论的矩阵运算包括矩阵转置、矩阵向量相乘、矩阵乘法、矩阵分解以及方阵求逆等。特别适合C语言的实现。-Discussion of matrix operations including matrix transpose, matrix vector multiplication, matrix multiplication, matrix factorization and matrix inversion, etc.. Particularly suitable for the realization of C language.
Platform: | Size: 401408 | Author: 郑耀 | Hits:

[Data structsStrassen

Description: 矩阵乘法是线性代数中最常见的运算之一,它在数值计算中有广泛的应用。若A和B是2个n×n的矩阵,则它们的乘积C=AB同样是一个n×n的矩阵。-Linear algebra matrix multiplication is the most common computing one of its numerical computation in a wide range of applications. If A and B are two n × n matrix, then their product C = AB is also a n × n matrix.
Platform: | Size: 238592 | Author: 陈大哥 | Hits:

[MPIcannon

Description: 矩阵相乘并行算法实现,C语言开发,用mpi编程完成-Parallel matrix multiplication algorithm, C language development, with the completion of mpi programming
Platform: | Size: 1024 | Author: kmart | Hits:

[Communication-Mobilef2

Description: 96位矩阵循环乘法,verilog实现,-96 matrix multiplication cycle, verilog realized,
Platform: | Size: 1024 | Author: 王佳 | Hits:

[MPIcannon

Description: cannon算法,属于并行算法,主要是矩阵的相乘,-cannon algorithms are parallel algorithms, primarily matrix multiplication,
Platform: | Size: 3072 | Author: 王通 | Hits:

[Data structsvector_metrix_multiplication(MPI)

Description: 并行编程,利用MPI实现向量与矩阵的乘法运算-Parallel programming using MPI to achieve vector and matrix multiplication
Platform: | Size: 1024 | Author: sangecoa | Hits:

[MPIcannon

Description: 并行计算矩阵乘法,cannon算法,矩阵移位来进行计算-Parallel computing matrix multiplication, cannon algorithm for calculating the matrix transposition
Platform: | Size: 3072 | Author: dsb | Hits:

[OtherStrassen

Description: 利用C++实现strassen矩阵乘法,即采用七次乘法的分治法。-The use of C++ realization of Strassen matrix multiplication, namely multiplication seven sub-rule method.
Platform: | Size: 1024 | Author: 吕东 | Hits:

[WaveletFastAlgorithms

Description: 小波基矩阵乘法快速算法工具箱,里面有目录,供大家学习参考!-Tools for Fast Matrix Multiplication in Wavelet Basis
Platform: | Size: 5120 | Author: 小哈 | Hits:

[Windows Developmpi_matrixMultiplication

Description: 一个简单的MPI矩阵相乘代码,由一个MASTER node分配第一个矩阵的各行到运算节点,然后收集结果-A simple MPI matrix multiplication program.
Platform: | Size: 2048 | Author: eric yang | Hits:

[Windows Developmatrix

Description: 编写一个程序完成矩阵的乘法运算,要求1. 输入矩阵的阶数n(假设矩阵是方阵,即行列相等); 2. 输入矩阵的每个分量-Completion of the preparation of a matrix multiplication, 1. Enter the order of matrix n (assume that is a square matrix, that is, the ranks of the same) 2. Input matrix of each component
Platform: | Size: 1024 | Author: 风清扬 | Hits:

[MPIMatrixmultiplication

Description: 矩阵乘法并行算法的MPI源程序,以文本文件形式输入输出-MPI parallel algorithm source code of Matrix multiplication,input and output in the form of txt files
Platform: | Size: 3072 | Author: Jurihui | Hits:

[Algorithmmatrix

Description: 矩阵运算程序 matrix.h 基于TCL Matrix矩阵类,增加了一些使用的运算函数。具体看源程序。 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法、乘法、除法、求逆、求代数余子式、求伴随矩阵、求行列式值、求条件数等运算。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。 文件 TCL Matrix矩阵类.pdf 中介绍了其详细的使用方法。 -Matrix calculation program matrix.h matrices based on TCL Matrix, an increase of some use of computing functions. By looking specifically at source. Functional Analysis: This program can complete the matrix of input and output. With the same number of rows and columns between the matrix addition, subtraction, multiplication, division, inverse, seeking cofactor, seeking adjoint matrix, determinant of the value of demand, demand conditions, the number of such operations. Comply with rules require matrix multiplication between the matrix multiplication. Matrix between the division, the inverse square. Demand matrix transpose matrix functions. File TCL Matrix matrix class. Pdf introduced its detailed use.
Platform: | Size: 376832 | Author: | Hits:

[JSP/JavaMultiplicacionMatrices

Description: An example of thread matrix multiplication
Platform: | Size: 71680 | Author: reito | Hits:

[.netMultMat2

Description: This project implements a matrix multiplication in block. This source code is implemented in Visual Basic.NET
Platform: | Size: 83968 | Author: marciors | Hits:

[MPIjuzhenchengfa

Description: 该程序为在一个并行计算矩阵乘法的程序,需要在LINUX中安装MPI函数包。大家可以学习一下,感受一下并行计算的原理-The program for the calculation of matrix multiplication in a parallel process, you need to install the MPI function LINUX package. We can learn about and experience the principle of parallel computing
Platform: | Size: 147456 | Author: 稀有品种 | Hits:

[Othercannon1

Description: cannon的并行算法,使用MPI编写的,对矩阵乘法的一种运算方法-cannon of the parallel algorithm using MPI written as a matrix multiplication of the methods of calculation
Platform: | Size: 1024 | Author: 周济 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net